ConstantShell

abstract class ConstantShell(shellCommand: String, escapeWindows: Boolean) : Shell

A shell where the shell command is constant.

Constructors

ConstantShell
Link copied to clipboard
fun ConstantShell(shellCommand: String, escapeWindows: Boolean = true)

Functions

args
Link copied to clipboard
abstract fun args(command: String): Array<String>
shellCommand
Link copied to clipboard
open override fun shellCommand(command: String): String

Properties

escapeWindows
Link copied to clipboard
val escapeWindows: Boolean = true
shellCommand
Link copied to clipboard
val shellCommand: String

Inheritors

Shell
Link copied to clipboard
Shell
Link copied to clipboard
Shell
Link copied to clipboard

Sources

js source
Link copied to clipboard